home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / orbitrax.swf / scripts / DefineSprite_418 / frame_134 / DoAction.as
Text File  |  2010-11-09  |  230b  |  6 lines

  1. _rotation = 0;
  2. animePts.box.pointField.text = "+" + main.pointSpeedBlock;
  3. gameMain.piste.car.tspeed *= 3;
  4. gameMain.ptsCounter += main.pointSpeedBlock;
  5. gameMain.ptsCounter = gameMain.ptsCounter >= 0 ? gameMain.ptsCounter : 0;
  6.